home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / usr / share / doc / ruby1.8 / README.Debian < prev    next >
Text File  |  2008-09-19  |  2KB  |  59 lines

  1. Ruby for Debian GNU/Linux
  2. -------------------------
  3.  
  4. This is Ruby package for Debian GNU/Linux.
  5.  
  6. Ruby is the interpreted scripting language for quick and easy
  7. object-oriented programming.  It has many features to process text files and
  8. to do system management tasks (as in perl).  It is simple, straight-forward,
  9. and extensible.
  10.  
  11. Homepage of Ruby is:
  12.  
  13.   <URL:http://www.ruby-lang.org/> (English and Japanese)
  14.  
  15. And you can find helpful library or tools from RAA:
  16.  
  17.   <URL:http://raa.ruby-lang.org/> (English)
  18.   <URL:http://rubyforge.org/> (English)
  19.  
  20.  
  21. Notes for Debian users:
  22.  
  23.  * You can use /usr/bin/ruby1.8.
  24.  
  25.  * The package includes some changes (almost bugfixes) from upstream
  26.    release.  Each change is listed in /usr/share/doc/ruby1.8/changelog.gz
  27.    file.
  28.  
  29.  * ``sitedir'' is /usr/local/lib/site_ruby, so ``$:'' (or ``$LOAD_PATH'')
  30.    contains the following:
  31.  
  32.      ["/usr/local/lib/site_ruby/1.8",
  33.       "/usr/local/lib/site_ruby/1.8/i486-linux", "/usr/local/lib/site_ruby",
  34.       "/usr/lib/ruby/1.8", "/usr/lib/ruby/1.8/i486-linux", "."]
  35.  
  36.    ("1.8" means "#{major}.#{minor}" and "i486-linux" means "#{arch}-#{os}".)
  37.  
  38.  * "ruby" package provides default environment of Ruby on Debian.
  39.       - /usr/bin/ruby
  40.       - Debian Ruby Policy (/usr/share/doc/ruby/ruby-policy.txt.gz.)
  41.  
  42.  
  43. Notes for handling of HTTP_PROXY environment variable:
  44.  
  45. SORP4R(soap) uses HTTP_PROXY environment variable and http_proxy environment
  46. variable only if soap_use_proxy environment is set as "on".
  47.  
  48. open-uri ignores HTTP_PROXY environment variable under CGI.  http_proxy
  49. environment variable and CGI_HTTP_PROXY envrironment variable are used.
  50.  
  51. Net::HTTP(net/http) never rely on HTTP_PROXY environment variable.
  52.  
  53. Please refer the following documents.
  54.  
  55.  * <URL:http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-talk/87276>
  56.  * <URL:http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-dev/22013>
  57.  
  58.  -- akira yamada <akira@debian.org>  Tue, 13 Mar 2007 15:55:57 +0900
  59.